Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
[keyboard.types]
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
[keyboard.types]
TypeSubtype = "Description"
 
The [keyboard.types] section specifies the type and subtype information
required to update the type and subtype settings in the [keyboard] section
of the SYSTEM.INI file.
 
Parameter    Description
────────────────────────────────────────────────────────────────────────────
 
TypeSubtype  Specifies the type and subtype of the keyboard. This parameter
             has the following form:
 
             ttypessubtype
 
             The parameter type is a decimal number identifying the keyboard
             type and the subtype parameter is a decimal number and string
             of text identifying the subtype.
 
Description  Specifies an ASCII string that describes the keyboard.
 
Comments
 
Setup uses the keyboard type and subtype values to set the type and subtype
settings in the [keyboard] section of the SYSTEM.INI file.
 
Example
 
The following is an example of a [keyboard.types] section in an OEMSETUP.INF
file for a specific keyboard driver:
 
[keyboard.types]
t3s9oem  = "Russian OEM Keyboard"
 
See Also
 
[keyboard.drivers], [keyboard.tables]
 
 
                                      ♦